home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / prog_c / bc4lib.zip / EDIT.H < prev    next >
C/C++ Source or Header  |  1994-05-04  |  131b  |  11 lines

  1. #ifdef __cplusplus
  2. extern "C" {
  3. #endif
  4.  
  5. void editfile(char *s,int fore,int fore2,int bak);
  6.  
  7. #ifdef __cplusplus
  8. }
  9. #endif
  10.  
  11.